home *** CD-ROM | disk | FTP | other *** search
- |loadicon|
- windowtitle `LoadIcon "FileName"{,"Name"{,<LoadFlags}}
- printlf `Loads the icon for the filename into
- printlf `memory. The optional "Name" may be
- printlf `given for internal reference. LoadFlags
- printlf `are described in the manual on page 7-7.
- printlf `".info" is appended to the "FileName"
- print `SEE ALSO: `
- subject `SaveIcon`SaveIcon`
- print ` & `
- subject `MakeIcon`MakeIcon`
- end
-
- |saveicon|
- windowtitle `SaveIcon "Icon Name"{,"FileName"}
- printlf `Saves the icon buffer "Icon Name" as
- printlf `the icon for "FileName". The ".info" is
- printlf `automatically appended to the name.
- printlf
- print `SEE ALSO: `
- subject `LoadIcon`LoadIcon`
- end
-
- |makeicon|
- windowtitle `MakeIcon "Icon Name",PROJECT or TOOL,"ImageName"{,"AltImageName"}
- printlf `Creates an Icon with the given name using
- printlf `an image specified by "ImageName" and an
- printlf `optional AltImage. See Page 6-56 in the
- printlf `User's manual for a description of PROJECT
- printlf `and TOOL type Icons.
- print `SEE ALSO: `
- subject `SaveIcon`SaveIcon`
- print ` & `
- subject `LoadIcon`LoadIcon`
- end
-
- |setdefault|
- windowtitle `SetDefaultTool "Icon Name","DefaultTool"
- printlf `Sets the Default tool used by the given
- printlf `Icon. The default tool is the program to
- printlf `be run if a user double-clicks on the icon
- printlf `from the Workbench.
- end
-
- |seticonimage|
- windowtitle `SetIconImage "IconName","ImageName"{,"AltImageName"}
- printlf `Changes the images used for "IconName" to
- printlf `the brush "ImageName", and optionally with
- printlf `the "AltImage" as its highlight.
- end
-
- |inserttooltype|
- windowtitle `InsertToolTypeList "IconName"
- printlf `Types the ToolType of the icon into
- printlf `a document. See page 6-57 of the
- printlf `User's Manual for uses of this command.
- printlf
- print `SEE ALSO: `
- subject `SetToolTypeList`SetToolTypeList`
- end
-
- |settooltypelist|
- windowtitle `SetToolTypeList "IconName","DocumentName"
- printlf `Takes each line from the indicated
- printlf `document and makes it part of the icons
- printlf `tool type list. See page 6-57 in the
- printlf `User's manual for uses of this command.
- printlf
- print `SEE ALSO: `
- subject `InsertToolTypeList`InsertToolTypeList`
- end
-
-